home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +CTST.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = D:\BCWIN\LIB
- INCLUDEPATH = D:\BCWIN\INCLUDE
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- ctst.obj \
- compoun.obj \
- rational.obj
-
- # *Explicit Rules*
- ctst.exe: ctst.cfg $(EXE_dependencies)
- $(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
- c0s.obj+
- ctst.obj+
- compoun.obj+
- rational.obj
- ctst
- # no map file
- emu.lib+
- maths.lib+
- cs.lib
- |
-
-
- # *Individual File Dependencies*
- ctst.obj: ctst.cfg ctst.cpp
-
- compoun.obj: ctst.cfg compoun.cpp
-
- rational.obj: ctst.cfg rational.cpp
-
- # *Compiler Configuration File*
- ctst.cfg: ctst.mak
- copy &&|
- -v
- -w+
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- | ctst.cfg
-
-
-